home *** CD-ROM | disk | FTP | other *** search
/ PC-Blue - MS DOS Public Domain Library / PC-Blue MS-DOS Public Domain Library - NYACC.iso / vol076 / xmodem.bug < prev    next >
Encoding:
Text File  |  1987-01-14  |  561 b   |  12 lines

  1.  
  2. Problems:
  3. Batch mode: Long VAX filenames are truncated at 8 characters before the type.
  4.             CP/M filename characters converted to "A" if invalid on VAX.
  5.  
  6. Sometimes it may be advisable to DEFINE SYS$ERROR filename
  7. to get error messages that may not go into XMODEM.LOG when XMODEM crashes
  8. due to unexpected system error such as divide by zero, file open failure, etc.
  9. during a file transfer.
  10.  
  11. Since XMODEM.LOG is kept in current directory, S *.* will typically crash
  12. XMODEM when it tries to send XMODEM.LOG since it is open for write already.
  13.